home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / pwrwin.exe / DLG < prev    next >
Encoding:
Text File  |  1989-08-02  |  208 b   |  14 lines

  1. dlg.obj:    dlg.c dlg.
  2.         cl -c -Zip -Ox dlg.c
  3.  
  4. node.obj:    node.c node.h
  5.         cl -c -Zip -Ox node.c
  6.  
  7. dlg.lib:    dlg.obj
  8.         lib dlg -dlg;
  9.         lib dlg +dlg;
  10.  
  11. dlg.lib:    node.obj
  12.         lib dlg -node;
  13.         lib dlg +node;
  14.